home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / winx_dre.swf / scripts / DefineButton2_90 / BUTTONCONDACTION on(release).as next >
Text File  |  2007-03-20  |  122b  |  8 lines

  1. on(release){
  2.    if(!_root.full)
  3.    {
  4.       _root.myShoes.gotoAndStop(3);
  5.       _root.moveCheckmark = false;
  6.    }
  7. }
  8.